home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NOH_TALE.DIR
/
00190_Script_190
< prev
next >
Wrap
Text File
|
1994-06-29
|
265b
|
9 lines
--This handler fades in sound in both sound channels.
--The first number after each sound fadeIn command is
--the number of the sound channel.
--The sound fades in over 1 second (60 ticks).
on exitFrame
sound fadein 1, 1 * 60
sound fadein 2, 1 * 60
end